home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue53 / ccorn / Listing4.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1999-12-09  |  178 b   |  10 lines

  1. procedure TMultiObj.OtherMethod;
  2. begin
  3.   ShowMessage('OtherMethod was called');
  4. end;
  5.  
  6. procedure TMultiObj.SomeMethod;
  7. begin
  8.   ShowMessage('SomeMethod was called');
  9. end;
  10.